[CakePHP] Can not Bake table model, controller and view
Posted
by user198003
on Stack Overflow
See other posts from Stack Overflow
or by user198003
Published on 2010-03-07T23:20:41Z
Indexed on
2010/03/08
10:36 UTC
Read the original article
Hit count: 741
cakephp
I developed small CakePHP application, and now I want to add one more table (in fact, model/controller/view) into system, named notes. I had already created a table of course.
But when I run command cake bake model, I do not get table Notes on the list. I can add it manually, but after that I get some errors when running cake bake controller and cake bake view.
Can you give me some clue why I have those problems, and how to add that new model?
© Stack Overflow or respective owner